spanbody{
	    margin: 0 auto !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}
body{
	padding-bottom:70px;
}
.new_header{
	width:100%;
	height:50px;
	background:rgba(49,49,49,0.9);
	color:#fff;
	position:fixed;
	z-index:99999;
	margin-bottom:50px;

}
.box_wrap{
	width:94% !important;
	margin:0 auto;
}
.head_left{
	height:50px;
	line-height:50px;
	/* width:90%; */

}
.head_left .logo{
	width:30px;
	height:23px;
	display:inline-block;
	background:url(../images/logo.png) no-repeat;
	background-size:30px 23px;
	position:relative;
	top:5px;
	margin-right:5px;
}
.head_left a{
	color:#fff;
	font-size:1.1em;
}
.search_wrap{
	height:29px;
	line-height:29px;
	border-radius:16px;
	background:#fff;
	display:inline-block;
	padding:0 8px;
}
.sea_img{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../images/search_sm.png) no-repeat;
	background-size:15px 15px;
	position:relative;
	top:3px;
}
.search_wrap .search_input{
	height:29px;
	
	width:88%;
}
@media screen and (max-width:374px){
	.search_wrap{
		width:60%;
	}
	.search_wrap .search_input{
		width:86%;
	}
}

@media screen and (min-width:768px){
	body{
		max-width: 768px;
		margin:0 auto;
	}
	.bg {
		max-width: 768px;
		margin:0 auto;
	}
	.new_header{
		max-width: 768px;
	}
	.search_wrap{
		width: 84%;
	}
/* 	#fh5co-offcanvas {
		left: 50%;
		margin-left: 114px;

	} */
	.fixed_li{
		max-width: 768px;
	}
}

.head_right {
	display:inline-block;
	width:40px;
}
.head_right  img{
	width: 24px;
    height: 24px;
    margin-top: 10px;
}
.left_model{
	width:200px
}
.left_model h3{
	display:inline-block;
	color:#fff;
	font-size:1.2em;
	text-align:left;

}
.return{
	width:24px;
	height:50px;
	display:inline-block;

}
.return span{
	width:10px;
	height:17.5px;
	display:inline-block;
	position:relative;
	top:2px;
	background:url(../images/left_arr.png) no-repeat;
	background-size: 10px 17.5px;
}
.search_btn{
	width:21px;
	height:20px;
	line-height:40px;
	background:url(../images/search.png) no-repeat;
	background-size: 21px 20px;
	display:inline-block;
	float:left;
	position:relative;
	top:15px;
}
/* 侧滑样式开始 */
/* #fh5co-offcanvas {
  position:fixed;
  z-index: 9999;
  width: 270px;
  background: #fff;
  right: 0;
  top:50px;
  height:100%;
  overflow: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

} */

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .1s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .1s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -8px;
}

.fh5co-nav-toggle i::after {
  bottom: -8px;
}

.fh5co-nav-toggle:hover i::before {
  top: -8px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -8px;
}
.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  /* right: 0px; */
  top:0;
  z-index: 21;
  padding: 11px 0 0 0;
  display: block;
  margin: 0 auto;
  display: block;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@-webkit-keyframes fadeInRightBig{
	0%{opacity:0;
	-webkit-transform:translateX(80px)}
	100%{opacity:1;
	-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInRightBig{
	0%{opacity:0;
	-moz-transform:translateX(80px)}
	100%{opacity:1;
	-moz-transform:translateX(0)}
}

@-webkit-keyframes fadeOutRightBig{
	0%{opacity:1;
	-webkit-transform:translateX(0)}
	100%{opacity:0;
	-webkit-transform:translateX(100px)}
}
@-moz-keyframes fadeOutRightBig{
	0%{opacity:1;
	-moz-transform:translateX(0)}
	100%{opacity:0;
	-moz-transform:translateX(100px)}
}
.bg {
	height:100%;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top:50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
	-webkit-animation:fadeIn 0.5s .1s ease both;
	-moz-animation:fadeIn 0.5s .1s ease both;
}
@-webkit-keyframes fadeIn{
	0%{opacity:0}
	100%{opacity:1}
}
@-moz-keyframes fadeIn{
	0%{opacity:0}
	100%{opacity:1}
}
.slide_main{
	width: 100%;
	position:relative;
	z-index:999;
    overflow: auto;

}
.ovfHiden{overflow: hidden;height: 100%;}

/* 侧滑内容 */
.slide_top{
	width:100%;
	height:160px;
	
}
.slide_img{
	width:100%;
	display:inline-block;
	text-align:center;
}

.user_log{
	width:60px;
	height:60px;
	border-radius:50%;
	box-shadow:1px 1px 10px  #c6c6c6;
	margin-top:1em;
}
.slide_top h3{
	margin-top:10px;
	font-size:1.1em;	
	margin-bottom:6px;
}
.my_coin{
	width:94%;
	height:48px;
	line-height:48px;
	margin:0 auto;

}
.my_coin p{
	float:left;
	width:70%;
}
.my_coin p span{
	color:#f4340e;
	margin-left:4px;
}
.my_coin a{
	width:70px;
	height:30px;
	line-height:30px;
	display:inline-block;
	background:#11b7ed;
	color:#fff;
	text-align:center;
	float:right;
	border-radius:4px;
	margin-top:6px;
}
.slide_li li{
	width:100%;
	height:47px;
	line-height:47px;
	border-bottom:1px solid #dcdcdc;
	padding-left:23px;
}
.slide_li li img{
	width:18px;
	vertical-align:middle;
	position:relative;
	top:-3px;
	margin-right:23px;

}
.slide_li li a{
	width: 100%;
    height: 47px;
    line-height: 47px;
    display: inline-block;
}
.slide_li li  span{
	font-size:1.1em;
	color:#333;
}
/* 侧滑样式结束 */

/* 首页样式开始 */
.index_ification{
	width:100%;
	background:#fff;
}
.ification{
	height:102px;
}
.ification li{
	width:20%;
	height:102px;
	float:left;
	text-align: center;
}
.ification li a{
    width: 100%;
	height: 102px;
    display: inline-block;
}
.ification img{
	width:42px;
	margin-top:20px;
	margin-bottom:10px;
}
.ification p{
	color:#333;
	font-size:1em;
}
.fixed_li{
	width:100%;
	height:44px;
	position:fixed;
	top:50px;
	z-index:9999;
	background:#fff;
	display:none;
	box-shadow:1px 1px 6px #ccc;
}
.fixed_li a{
	width: 20%;
    height: 44px;
    line-height: 44px;
    display: block;
    float: left;
    text-align: center;
    font-size: 1em;
}
/* 首页样式结束 */
/* 游戏中心样式开始 */

.game_core{
	width:100%;
	height:auto;
	background:#fff;
}
/* .Game_task_div{
	width:94%;
	height:auto;
	margin:0 auto;
	background:#fff;
} */
.collection{
	width:100%;
	background:#fff;
}
.classification{
	height:64px;
	background:#fff;
}
.classification a{
	width:18%;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:1em;
	border-radius:6px;
	margin-right: 2.5%;
	margin-top:18px;
}
.classify{
	background:#ffb300;
}
.action{
	background:#ff625a;
}
.shooting{
	background:#4cc86b;
}
.strategy{
	background:#ff6699;
}
.leisure{
	background:#11b7ed;
}

/* banner 开始 */
.swiper-container {
	width: 100%;
	height: 100%;
    }
.swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.case_main img{
	width:100%;
	height:150px;
}
/* banner 结束 */
.will_play{
	width:100%;
	background:#fff;
}
.willplay{
	width:100%;
	background:#fff;
}
.game_title{
	height:52px;
	background:#fff;
}
.game_title h2{
	color:#000;
	line-height:52px;
	font-weight:700;
	font-size:1.2em;
	float:left;
}
.game_title a{
	line-height:52px;
	float:right;
	font-size:1em;
	color:#666;
}
.game_title a:hover{
	color:#666;
}
.game_title img{
	width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
	margin-top:10px;
    position: relative;
    top: 6px;
	float:left;
}
.game_table{
	height:185px;
	background:#fff;
}
.game_table li{
	width: 25%;
    float: left;
}
.game_table_div {
    text-align: center;
    border-radius: 8px;
    padding: 10px 0;
}
.game_table_div img {
    display: block;
    border: none;
    margin: 0 auto;
    border-radius: 15px;
	border-radius: 10px;
}
.small_icons {
    width: 65px;
}
.game{
	font-size:1em;
	color:#333;
	padding-top:8px;
	padding-bottom:6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    text-align: center;
}
.role{
	font-size:0.9em;
	color:#999;
}
.download{
	width:73%;
	height:28px;
	background:#11b7ed;
	display:inline-block;
	border-radius:4px;
	color:#fff;
	line-height:28px;
	font-size:0.8em;
	margin-top:6px;
}

.banner img{
	width:100%;
	height:150px;
	padding-bottom:0.8em;
	
}
.category_collection{
	height:225px;
	background:#fff;
	
}
.category_collection li{
	width:50%;
	height:74px;
	float:left;
	border-right:1px solid #dcdcdc;
}
.category_div{
	width:40%;
	text-align:center;
	float:left;
	height:75px;
}

.game_ollection{
	width:100%;
	height:75px;
	border-bottom:1px solid #dcdcdc;
}
.athletics{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.sports{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.simulation{
	width:26px;
	height:30px;
	margin-top: 20px;
}
.Leisure_img{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.Combat{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.round{
	width:30px;
	height:26px;
	margin-top: 20px;
}
.introduce{
	width:60%;
	float:left;
	height:75px;
}
.introduce h2{
	color:#333;
	font-size:1.2em;
	padding-top:12px;
}

.introduce p{
	color:#999;
	font-size:1em;
	padding-top:6px;
}
.game_bottom{
	width:100%;
	padding-bottom:4px;
	margin-top:10px;
	background:#323232;
	text-align:center;
}
.game_bottom a {
    color: #fff;
    padding-right: 8px;
    padding-left: 4px;
    border-right: 1px solid #fff;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    font-size:0.9em;
}
.bottom_size{
	color:#fff;
	font-size:0.9em;
	text-align:center;
	margin-bottom:10px;
}
/* 游戏中心样式结束 */

/* 游戏列表样式开始 */
.package{
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 5px;
}
.game_list{
	width:100%;
	background:#fff;
	padding: 10px 0;
}
.bottom{
	border-bottom:0px;
}
.content_game img{
	width:65px;
	height:65px;
	float:left;
	border-radius:16px;
}
.content_game{
	width:84%;
	float:left;
}
.order_gInfor{
	display:inline-block;
	float:left;
	margin-left:10px;
	width:68%;
}
.order_gInfor h2{
	color:#333;
	font-size:1.2em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
.novice_packs{
	display:inline-block;
	float:left;
	width:80%;
	padding:8px;
}
.novice_packs h2{
	color:#333;
	font-size:1.2em;
	margin-bottom: 5px;
}
.order_gInfor_p{
	margin-top:0.5em;
	font-size:1em;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	width:100%;
	float:left;
}
@media screen and (min-width:375px){
	.order_gInfor_p{
		margin-top:0.2em;
	}
}
.order_gameR{
	width:16%;
}
.order_gameR_span{
	width: 100%;
    height: 28px;
    background: #11b7ed;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 0.8em;
    margin-top: 10px;
	text-align:center;
}
.order_gameR_span :hover{
	color: #fff;
}
.already{
	background:#cfcfcf;
}
/* 游戏列表样式结束 */


/* 游戏详情样式开始 */
.box_wrap_div_img{
	width:65px;
	height:65px;
	float:left;
}
.game_details{
	width:100%;
	background:#fff;
	padding:10px 0px;
}
.game_detail{
	width:100%;
	background:#fff;
}
.game_details_list {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 75%;
}
.game_details_list h2{

	color:#333;
	font-size:1.2em;
	font-weight:700;
}
.game_details_list p{
	padding-top:5px;
	font-size:1em;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.download_b{
	height:34px;
	color:#fff;
	text-align:center;
	line-height:34px;
	margin-top:20px;
}
.download_b_left{
	height:34px;
	display:inline-block;
	color:#fff;
	font-size:1.2em;
	width: 100%;
    background: #11b7ed;
    float: left;
	border-radius: 6px;
}
.pub_letter {
    width: 94%;
    background: #fff;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
}
.pub_letter span {
    width: 33.3%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    display: block;
    float: left;
    color: #333;
}
.pub_letter span.active i {
    border-bottom: 4px solid #009def;
    color: #009def;
}
.pub_letter span i {
    padding: 0 4px 9px;
}
.tab_div{
	width: 100%;
	color: #000;
	display: none;
}
.pub_box .show{
	display:block;
}
.game_img {
    padding: 8px 0;
    margin: 0 auto;
}
.swiper-container {
	margin:0 auto;
	margin-bottom:10px;
	
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display:inline-block;
}
.swiper-slide img{
	width:100%;
	height:181px;
}

/* 游戏介绍 */
.border_line{
	width:100%;
	height:10px;
	background:#eee;
}
.game_box{
	width:94%;
	margin:0 auto;
	padding-top:10px;
}
.game_box h2{
	text-align:center;
	padding:0 6px;
	height:34px;
}
.game_box h2 img{
	width:27px;
	height:21px;

}
.game_box h2 i{
	margin:0 4px;
}
.game_text{
	/* height:100px; */
	overflow:hidden;
	margin-bottom: 10px;
}
.game_text p{
	line-height:1.8em;
}
.game_text1{
	/* height:100px; */
	overflow:hidden;
	margin-bottom: 10px;
}
.game_text1 p{
	line-height:1.8em;
}
.more{
	width:100%;
	height:30px;
	display:inline-block;
	text-align:right;
	color:#009fef;
}
.more:hover{
	color:#009def;
}
.more i{
	width:13px;
	height:13px;
	display:inline-block;
	background:url(../images/z_down.png) no-repeat 0 0;
	background-size:13px;
	margin-right:3px;
	position:relative;
	top:1px;
}
.wx_tips{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999999999999;
    max-width: 768px;
    display: none;
}
.wx_tips img {
    width: 192px;
    position: absolute;
    right: 20px;
    top: 10px;
}
/* 滑动swiper */
/* 游戏详情样式结束 */



/* 游戏礼包样式开始 */
.game_package{
	width: 100%;
    background: #fff;
	margin-top:15px;
}
.game_packs{
	width: 100%;
    background: #fff;
}
.recommend_two_div {
    width: 52%;
    height: 7px;
	float:left;
    background-color: #eeeeee;
	margin-top:10px;
    position: relative;
}
.recommend_two_div span {
    height: 7px;
    background-color: #11b7ed;
    margin: 0;
    position: absolute;
}
.left{
	color:#999;
	margin-left:10px;
	font-size:0.9em;
	position:relative;
	top:3px;
}
.left i{
	color:#f4340e;
}
.prescription{
    font-size: 0.9em;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
.total{
	padding-top: 5px;
    font-size: 0.9em;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
/* 游戏礼包样式结束 */

.auto{
	margin-top:0px;
}
/* 活动中心样式开始 */
.activity_center{
	width:100%;
	height:auto;
}
.hot_active{
	width:100%;
	background:#fff;
}
.active_list{
	width:100%;
	background:#fff;
}
.active_content{
	height:105px;
	border-bottom:1px solid #dcdcdc;
}
.active_content:last-child {
    border-bottom: 0;
}
.content_left{
	width:68%;
	float:left;
	margin-top:10px;
}
.content_left p{
	font-size:1em;
	color:#333;
	line-height:28px;
	font-weight:700;
	height: 56px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.content_left span{
	color:#999;
	font-size:1em;
	line-height:28px;
}
.content_right{
	width:32%;
	float:right;
	margin-top:15px;
}
.content_right img{
	width: 95px;
    height: 76px;
    float: right;
}
/* 活动中心样式结束 */


/* 资讯样式开始 */
.news{
	width:100%;
	height:auto;
	background:#fff;
	overflow:hidden;
}
.news_content{
	height:auto;
	width:85%;
	text-align:center;
	margin:0 auto;
	margin-bottom: 15px;
}
.news_content h3{
	color:#333;
	font-size:1.2em;
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	padding: 10px 0px;
}
.news_content p{
	font-size: 1em;
    color: #999;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    text-align: center;
    margin: 0 auto;
}
.news_tab{
	height:auto;
	width:100%;
}
.raiders li{
    height:50px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	 border-bottom:0.5px solid #eee;
}
.raiders_p{
	height: 50px;
    color: #333;
    font-size: 1.1em;
    float: left;
    line-height: 50px;
    transition: color .3s, background-color .3s;
	text-align:left;
	width:68%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.raiders span{
	float: right;
    color: #999999;
    font-size: 1em;
    line-height: 50px;
}
.press{
	width:32px;
	height:18px;
	line-height:18px;
	margin-right:10px;
	font-size: 0.8em;
	background:#11b7ed;
	color:#fff;
	float:left;
	border-radius:4px;
	margin-top:16px;
}
.strat{
	width:32px;
	height:18px;
	line-height:18px;
	margin-right:10px;
	font-size: 0.8em;
	background:#ffb300;
	color:#fff;
	float:left;
	border-radius:4px;
	margin-top:16px;
}
.groom{
	width:32px;
	height:18px;
	line-height:18px;
	margin-right:10px;
	font-size: 0.8em;
	background:#ff625a;
	color:#fff;
	float:left;
	border-radius:4px;
	margin-top:16px;
}
/* 资讯样式结束 */


/* 资讯详情样式开始 */
.particulars{
	width:100%;
	background:#fff;
	overflow:hidden;
}
.headlines h2{
	font-size: 1.3em;
    color: #333;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	margin-top:1em;
	margin-bottom:6px;
}
.headlines{
	border-bottom:0.5px solid #eee;
	padding-bottom:6px;
}
.headlines span{
	color: #999;
    font-size: 1em;
    line-height: 28px;
}
.information_content p{
	color:#333;
	font-size:1em;
	line-height:28px;
	padding: 15px 0px;
}
.information_content img{
	width:100%;
	height:auto;
}
.message_wrap{
	padding-bottom:1em;
}
.message_wrap p{
	line-height:24px;
}
/* 资讯详情样式结束 */

/* 最新开服样式开始 */
.area{
	color:#f4340e;
}
.service {
    height: 52px;
    background: #fff;
	border-bottom:1px solid #dcdcdc;
	margin-top:15px;
}
/* 最新开服样式结束 */


/* 分类样式开始 */
.will_classification{
	width:100%;
}
.category_classification{
	height: auto;
}
.classification_ollection {
    width: 100%;
    height: 75px;
}
.category_classification li {
    width: 50%;
    height: 74px;
    float: left;
    border-right: 1px solid #dcdcdc;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.classification_t{
	width: 60%;
    float: left;
    height: 75px;
}
.classification_t h2{
	color:#333;
	font-size:1.2em;
	padding-top:0px;
	line-height:76px;
}
.role{
	display: inline-block;
}
.legend{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.shooting_img{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.strategy_img{
	width:28px;
	height:28px;
	margin-top: 20px;
}
.card{
	width:25px;
	height:30px;
	margin-top: 20px;
}
.action_img{
	width:30px;
	height:30px;
	margin-top: 20px;
}
.Immediate{
	width:30px;
	height:30px;
	margin-top: 20px;
}
/* 分类样式结束 */


/* 登录样式开始 */
.load_wrap {
    max-width: 100%;
    background: #eee;
    overflow: hidden;
    margin: 0 auto;
    right: 0;
    left: 0px;
    top: 0;
    bottom: 0;
    text-align: center;
}
.load_center {
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}
.load_box {
    border: 1px solid #dcdcdc;
    background: #fff;
    margin-bottom: 1em;
    border-radius: 6px;
    height: 40px;
}
.input_box {
    margin-top: 1em;
}
.input_box span {
    width:20px;
	margin-left: 1em;
    line-height: 40px;
    display: block;
    float: left;
    text-align: right;
}
.ewm{
	float: right;
    height: 40px;
    border-radius: 0px 6px 6px 0px;
	width:30%;
}
.input_box_input{
	width:100%;
	height: 38px;
    border-radius: 4px;
    text-indent: 1em;
}
.input_boxinput{
	width:73%;
	height: 38px;
    border-radius: 4px;
    text-indent: 0.8em;
	vertical-align:top;
}
.eye_see{
	width: 10%;
	height:38px;
	line-height:38px;
	display:inline-block;
	background:url(../images/yj.png) no-repeat right;
	background-size:16px 13px;
	text-align:right;
}
.eye_Nosee{
	width: 10%;
	height:38px;
	line-height:38px;
	display:inline-block;
	background:url(../images/yj1.png) no-repeat right;
	background-size:16px 13px;
	text-align:right;	
}
.input_noBg{
	width:82%;
	float:left;
}
.input_box_i {
    width: 85%;
    height: 38px;
    border-radius: 4px;
    margin-left: 4px;
    text-indent: 0.8em;
}

.fill_input {
    width: 100%;
	text-align:center;
}
.input_sub {
    width: 94%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    margin: 0.6em 0;
    border-radius: 6px;
    background: #11b7ed;
    text-align: center;
	margin-top:1em;
}
.input_sub:hover{
	color: #fff;
}
.sub_gray{
	background:#dcdcdc;
	color:#999;
	width:100%;
	height:40px;
	line-height:40px;
	margin:0.6em 0;
}
.registration {
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
}
.registration p {
    font-size: 1em;
    color: #333;
}
.psw img {
    width: 18px;
    height: 18px;
}
.phone img {
    width: 13px;
    height: 18px;
}
.loadbox .input_width {
    width: 60%;
    height: 40px;
    float: left;
    text-indent: 1em;
    outline: none;
}
.loadbox {
    border: 1px solid #dcdcdc;
    background: #fff;
    margin-bottom: 1em;
    border-radius: 6px;
}
.loadbox a {
    width: 30%;
    margin-left: 1em;
    float: right;
    display: inline-block;
    height: 40px;
    float: right;
    line-height: 40px;
    text-align: center;
    font-size: 0.9em;
    background: #11b7ed;
    color: #FFFFFF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* 登录样式结束 */

/* 注册协议样式开始 */
.active_text_p2{
	line-height: 30px;
	text-indent: 2em;
	color: rgb(51, 51, 51);
	font-family: arial, 宋体;
	font-size: 12px;
	white-space: normal;
}
.user_title{
	padding-bottom:0.6em;
	border-bottom:1px dashed #dcdcdc;
}
.user_title h2{
	font-size:1.2em;
	color:#333;
	font-weight:700;
	margin-bottom:0.6em;
}
.user_text p{
	color:#333;
	font-size:0.9em;
	line-height:25px;
	text-indent:1em;
}
.user_main{
	padding:0.2em 0;
}
.clear_box{
	width:96%;
	margin:0 auto;
}
.head_mid{
	width:80%;
	text-align:center;
	font-size:1.2em;
	line-height:44px;
}
.clear_box{
	color:#333;
	font-size:1em;
	margin-right:0.2em;
}
.actives{
	background:#fff;
}
.agree {
    font-size: 1em;
    color: #999;
    text-align: center;
}
.xieyi {
    color: #11b7ed;
}
/* 注册协议样式结束 */

/* 个人中心样式开始 */
.personal_center{
	width:100%;
	height:auto;
	background:#fff;
}
.h_bg_img{
	width:100%;
	height:102px;
	position: relative;
	background:url(../images/bg_img.png) no-repeat;
	background-size: 100% 102px;
}
.bg_img{
	width:100%;
	height:102px;
}
.portrait_left{
	float:left;
	width:58%;
}

.portrait_left a{
	width:100%;
	height:60px;

	display:inline-block;
	position:relative;
	top:21px;
}
.portrait_left img{
	width:60px;
	height:60px;
	display:inline-block;
	border-radius:50px;
}
.portrait_left h2{
	display:inline-block;
	color:#fff;
	font-size:1.1em;
	padding-left:10px;
	vertical-align:middle;
}
.nickname{
	width:42%;
	height:102px;
	line-height:102px;
	float:left;
}

.nickname p{
	color:#fff;
	font-size:0.8em;
	text-align:right;

}
.yu_yuan{
	height:50px;
}
.yu_yuan p{
	float:left;
	color:#000;
	font-size:1em;
	line-height:50px;
}
.yu_yuan span{
	color:#f4340e;
}
.yu_yuan a{
	float:right;
	width:18%;
	height:30px;
	background:#11b7ed;
	display:inline-block;
	color:#fff;
	border-radius:4px;
	margin-top:10px;
	text-align:center;
	line-height:30px;
	font-size:1em;
}

.personal_assortment{
	height:80px;
	width:100%;
}
.personal_assortment li{
	height:80px;
	width:33.3%;
	float:left;
	text-align:center;
	border-right:1px solid #dcdcdc;
}
#sign{
	width:33.3%;
	height:80px;
	display:inline-block;
}
.personal_assortment img{
	width:24px;
	margin-top:12px;
}
.personal_assortment p{
	margin-top:10px;
	font-size:1em;
	color:#333;
}
.personal_list{
	width:100%;
	height:auto;
	background:#fff;
}
.personal_list li{
	width: 100%;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 23px;
}
.personal_list li img {
    width: 19px;
    vertical-align: middle;
    position: relative;
    top: 14px;
    margin-right: 23px;
	float:left;
}
.personal_list li span {
    font-size: 1.1em;
    color: #000;
	float:left;
}

.load_portrait_left{
	width:100%;
	height:102px;
	position:relative;
}
.load_portrait_left  h2{
	padding-top:8px;
	vertical-align:top;
	width:75%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.balance{
	color:#fff;
	margin-top:4px;
	font-size:0.9em;
}
.sm_arr{
	width:6px;
	height:11.5px;
	display:inline-block;
	background:url(../images/sm_arr.png) no-repeat;
	background-size:6px 11.5px;
	position:absolute;
	right:0;
	top:24px;
}
.layui-layer{
	max-width:500px !important;
	margin:0 auto !important;
}
/* 个人中心样式结束 */


/* 个人中心-登录后样式开始 */
.after_login{
	width:75%;
	height:102px;
	float:left;
	position: absolute;
    left: 90px;
    top: 8px;
}
.after_login h2{
	margin-top:20px;
	line-height:28px;
	color:#fff;
	font-size:1.1em;
}
.after_login p{
	line-height: 28px;
	color:#fff;
}
/* 个人中心-登录后样式结束 */


/* 我的礼包样式开始 */
.gift_code{
	font-size: 0.9em;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	padding-bottom:5px;
	padding-top:5px;
}
.gift_code i{
	color:#f4340e;
}
/* 我的礼包样式结束 */


/* 消息列表样式开始 */
.message_list {
    width: 100%;
    height: auto;
    background: #fff;
}
.message_list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 23px;
}
.message_list li:last-child {
    border-bottom: 0;
}
.message_list li img {
    width:44px;
    vertical-align: middle;
    position: relative;
    top: 14px;
    margin-right: 23px;
    float: left;
}
.message_list li h2{
	color:#333;
	font-size:1.2em;
	line-height:80px;
}
/* 消息列表样式结束 */

/* 消息子列表样式开始 */

.message_sub_list{
	width:100%;
	height:auto;
	background:#fff;
}
.sub_list li{
	height:80px;
	border-bottom:1px solid #dcdcdc;
	overflow:hidden;
}
.sub_list h2{
	color:#333;
	font-size:1.2em;
	margin-top:15px;
	margin-bottom:8px;
	width:80%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	float:left;
	text-align:left;
}
.sub_list span{
	float:right;
	margin-top: 16px;
	font-size:1em;
	color:#999;
}
.sub_list p{
	width:100%;
	font-size:1em;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
/* 消息子列表样式结束 */


/* 账户安全样式开始 */
.acc_center {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	background:#fff;
}
.acc_name {
    width:40%;
	float:left;
	text-align:left;
    line-height: 45px;
    font-size: 1.1em;
    color: #000;
	margin-left:10px;
}
.unbound{
	line-height:45px;
	color:#999;
}
.account_div{
    width: 70%;
    float: left;
    text-align: left;
    line-height: 45px;
    color: #000;
    font-size: 1.2em;
}
.account_div input{
	width: 100%;
    height: 45px;
    line-height: 45px;
}
.safe_li h2 {
    float: left;
    margin-left:10px;
    width: 25%;
    text-align: left;
    line-height: 45px;
    color: #000;
}
.safe_li img{
	width:9px;
	height:16px;
	float:right;
	margin-right:10px;
	margin-top:15px;
}
.form_liRight a{
	width:100%;
	height:55px;
	line-height:55px;
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.right_arrText{
	width:9px;
	height:16.5px;
	display:inline-block;
	background:url(../images/right.png) no-repeat;
	background-size:9px 16.5px;
	position:relative;
	top:4px;
	margin-left:4px;
}
.account_a{
	width:100%;
	height:55px;
	display:inline-block;
}
.sel_right i{
	color:#999;
}
.sel_right .sel_choosed{
	color:#333;
}
.acc_h2 h2{
	width:35% !important;
}
.acc_h2 .choose_right{
	width:60% !important;
}
/* 账户安全样式结束 */

/* 个人资料样式开始 */
.personal_data{
	width:100%;
	height:auto;
	background:#fff;
}
.personal_data_portrait{
	height:75px;
	border-bottom:1px solid #dcdcdc;
}
.personal_data_portrait h2{
	float:left;
	margin-left:15px;
	width:25%;
	text-align:left;
	line-height:72px;
	color:#000;

}

.personal_data_ul li{
	height:55px;
	border-bottom:1px solid #dcdcdc;
}

.personal_data_ul h2{
	float:left;
	margin-left:15px;
	width:25%;
	text-align:left;
	height:55px;
	line-height:55px;
	color:#000;
	font-size:1em;
}
/* .personal_data_ul p{
	width:70%;
	float:left;
	text-align:left;
	line-height:55px;
	color:#000;
	font-size:1.2em;
} */
.layui-input-block{
	margin-left:0 !important;
}
.layui-form-radio{
	margin: 0px 10px 0 0 !important;
}
.layui-form-item{
	margin-bottom:0 !important;
}
.form_liRight{
	width: 70%;
    float: left;
    text-align: left;
	height:55px;
	line-height:55px;
    color: #000;

}
.li_input{
	width:100%;
	height:55px;
	line-height:27px;
}
.form_liRight p{
	color:#333;
	height:55px;
	line-height:55px;
}

.right_arr{
	width:9px;
	height:16.5px;
	display:inline-block;
	background:url(../images/right.png) no-repeat;
	background-size:9px 16.5px;
	position:absolute;
	top:32px;
}
.previewAvatar{
	width:100%;
	height:75px;
	line-height:75px;
}
.choose_img{
	width:70%;
	height:75px;
	display:inline-block;
	text-align:right;
	padding-right:15px;
	position:relative;
}
.choose_img img{
	margin-right:10px;
	width:43px;
	height:43px;
	border-radius:50%;
}
.img_choose{
	width:100%;
	height:160px;
	background:#fff;
	position:fixed;
	bottom:0;
	-webkit-animation:fadeInUpBig 0.2s .2s ease both;
	-moz-animation:fadeInUpBig 0.2s .2s ease both;
	display:none;
	z-index:1000;
}
.choose_wrap{
	position:relative;
}
.photoimg{
	height:75px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.sibmit{
	height: 34px;
    width: 94%;
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
}
.choose_right{
	width:70%;
	text-align:right;
	padding-right:15px;
	height:55px;
}
#imghead1{
	margin-top:0 !important;
}
@-webkit-keyframes fadeInUpBig{
	0%{
		opacity:0;
		-webkit-transform:translateY(2000px)
		}
	100%{
		opacity:1;
		-webkit-transform:translateY(0)
		}
}
@-moz-keyframes fadeInUpBig{
	0%{
		opacity:0;
		-moz-transform:translateY(2000px)
	}
	100%{
		opacity:1;
		-moz-transform:translateY(0)
	}
}
/* 个人资料样式结束 */



/* 圈子样式开始 */
.circle{
	width:100%;
	height:auto;
	background:#fff;
}
.circle_div{
	width:100%;
}
.circle_post_div{
	height:86px;
}
.portrait{
	width:65px;
	margin-top:10px;
	float:left;
}
.circle_post{
	color:#999;
	font-size: 1em;
}
.circle_post i{
	color:#f4340e;
}
.more_img{
	width:30px;
	height:30px;
	float:right;
	margin-top:25px;
}
.dynamic{
	width:100%;
}
.moods{
	height:45px;
	margin-top:18px;
}
.moods_left{
	width:80%;
	height:45px;
	float:left;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.moods_left img{
	width:34px;
	height:34px;
	float:left;
	border-radius:4px;
}
.moods_left h2{
	float: left;
	margin-left:10px;
	color:#333;
	font-size:1.1em;
	overflow: hidden;
    white-space: nowrap;
	text-overflow:ellipsis;
	max-width:50%;
}
.moods_left a{
	width:31px;
	height:15px;
	background:#6cdeba;
	font-size:0.8em;
	color:#fff;
	display:inline;
	padding:0 6px;
	text-align:center;
	line-height:15px;
	margin-top:5px;
	margin-left:5px;
	border-radius:4px;
}
.nv{
	width:15px;
}
.moods_left p{
	width: 80%;
	float: left;
	margin-left:10px;
	color:#999;
	font-size:0.8em;
	margin-top:2px;
}
.moods_right{
	/* width:20%; */
	float:right;
	text-align:right;
}
.moods_right img{
	width:15px;
	height:3px;
}
.dynamic_div{
	margin-top:6px;
	overflow:hidden;
}
.dynamicdiv{
	min-height:100px;
	overflow:hidden;
}
.dynamic_rec{
	width: 32px;
    height: 18px;
    line-height: 18px;
    font-size: 0.8em;
    background: #ff625a;
    color: #fff;
    float: left;
    border-radius: 4px;
    text-align: center;
	margin-right:10px;
}
.dynamic_rec_p{
    color: #333;
    font-size: 1.1em;
    float: left;
    transition: color .3s, background-color .3s;
    font-weight: bold;
	text-align:left;
	width:85%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.dynamic_span .emoticon{
	width:24px;
	height:24px;
}
.dynamic_span{
	float: left;
    line-height:18px;
	color:#999;
	margin-top:10px;
	/* padding-bottom: 10px; */
	width:100%;
}
.dynamic_span img{
	width:100%;
	margin-bottom:10px;
}

.forum_img{
	width:100%;
	overflow: hidden;
    padding: 12px 0;
}
.forum_img img{
	width: 80px;
    height: 80px;
    margin-right:3px;
	margin-bottom: 6px;
    cursor: pointer;
}
.forum_footer {
	width:100%;
    height: 30px;
	position: relative;
	display:inline-block;
	margin-top:15px;
}
.forum_footer p {
    color: #999;
    font-size: 14px;
    float: left;
	margin-left:15px;
	width: 60%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.forum_footer_fabulous {
    position:absolute;
    right: 70px;
    margin-right: 10px;
}
.forum_footer_fabulous img{
	width:16px;
	height:16px;
}
.forum_footer_fabulous span{
	color:#999;
	position: relative;
    top: 4px;
}
.forum_footer_reply {
	position:absolute;
	float:right;
	margin-right:15px;
	right: 10px;
}
.forum_footer_reply img{
	width:16px;
	height:16px;
}
.forum_footer_reply span{
	color:#999;
	position: relative;
    top: 2px;
}
.forum_for_spn{
	color:#333;
}
.report{
	width:30%;
	float:left;
}
.report img{
	width:16px;
	height:17px;
	float:left;
	margin-left:15px;
	margin-top:2px;
}
.report a{
	float:left;
	margin-left:5px;
	color:#999;
	font-size:1em;
	margin-top:5px;
}
.report a:hover{
	color:#999;
}
.forum_footer_fabulous img , .forum_footer_reply img{
	position:relative;
	top:4px;
	margin-right:3px;
}

.reasons_reporting{
	width:100%;
	height:100%;
	background:#fff;
	text-align:center;
	margin:0 auto;
}
.reasons_reporting h2{
	height:70px;
	color:#333;
	font-weight:700;
	font-size:18px;
	line-height:70px;
}

.submit{
	width:200px;
	text-align:center;
	margin:0 auto;
	padding: 20px;
}
.submit a{
	background:#11b7ed;
	width: 90px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	color: #fff;
	display: block;
	cursor: pointer;
	margin-top: 12px;
	margin: 0 auto
}
.submit a:hover{
	color: #fff;
}
.exit_time{
	display: none;
	margin:auto;
	width: 350px;
	height: 90px;
	margin-top: 22px;
}
.exit_time p{
	float:left;
	margin-left:24px;
	margin-top:28px;
}
.exit_time input{
	float:left;
	margin-left:10px;
}
.layui-form-checkbox{
	width: 18px;
	border-radius: 50px;
	height: 18px;
	line-height: 25px;
	margin-right: 5px;
	padding-right: 14px;
	color: #5FB878;
}
.layui-form-checkbox i{
	width:25px;
	border-radius:50px;
}
.layui-form-radio{
	width: 40%;
	float: left;
	margin:0px;
	line-height: 38px;
	margin-left: 12px;
}
.layui-input-block{
	margin-left: 0px;
	min-height: 0px;
}
.magic-radio + label:before, .magic-checkbox + label:before{
	width: 16px !important;
    height: 16px !important;
}
.magic-radio + label:after{
	top: 6px !important;
    left: 6px !important;
    width: 6px !important;
    height: 6px !important;
}
.col{
	text-align:center;
	min-height:100px;
}
/* 圈子样式结束 */


/* 礼包列表 */

.packs_list_r {
    display: inline-block;
    margin-top: 10px;
    width:70%;
	margin-left:10px;
}
.packs_list {
    display: inline-block;
    margin-top: 10px;
    float: left;
    width:80%;
}
.packs_list h2 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 5px;
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

/* 礼包详情样式开始 */
.packs_details{
	width:100%;
	background:#fff;
	height:auto;
}
.packs_details_div{
	width:100%;
}
.integral_bottom {
    width: 100%;
    height: auto;
}
.integral_bottom_div {
    margin: 0 auto;
    line-height: 30px;
    padding: 5px 0px;
}
.integral_bottom_div p {
    font-size: 1.1em;
    color: #333;
}
.integral_bottom_div span {
    font-size: 1em;
    color: #999;
}

/* 礼包详情样式结束 */


/* 个人中心-签到弹窗 */
.popup{

}
.popup_frame{
	background:#fff;
	width:90%;
	height:228px;
	border-radius:14px;
	text-align:center;
	margin:0 auto;
}
.popup_frame_h2{
	text-align:center;
	margin:0 auto;
	height:40px;
	line-height:38px;
	margin-top:12px;
}
.popup_frame_h2 h2{
	font-size:18px;
	color:#333;
}
.popup_frame_h2 p{
	color:#999;
	font-size:14px;
}
.sign_div{
	width:100%;
	text-align:center;
	margin:0 auto;
	height:100px;
	background:#eeeef9;
	margin-bottom:20px;
	margin-top:40px;
}
.sign_div li{
	text-align:center;
	margin:0 auto;
	width:26%;
	height:79px;
	background:#fff;
	border-radius:4px;
	margin-top:10px;
	display: inline-block;
}
.reward{
	color:#11b7ed;
	font-size:16px;
	margin-top:15px;
}
.reward:hover{
	color:#11b7ed;
}
.day_img {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 28px;
    height: 32px;
}
.day_img_a {
    width: 90%;
    height: 21px;
    background: #ffcc02;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
}
.day_img_a p{
	color:#fff;
}
/* 个人中心签到弹窗 */

/* 宇币充值开始 */
.pay_frame{
	width:100%;
}
.pay_content{
	width:100%;
	height:64px;
	line-height:64px;
	border-bottom:1px solid #dcdcdc;
	text-align:left;
	position:relative;
}
.pay_content a{
	width:100%;
	height:64px;
	display:inline-block;
}
.pay_content img{
	width:40px;
	height:40px;
	padding-left:1.3em;
}
.pay_content span{
	font-size:1.1em;
	margin-left:12px;
}
.choose_on{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/yes.png) no-repeat;
	background-size:20px 20px;
	position:absolute;
	right:1.3em;
	top:22px;
	display:none;
}
.c_gameTop_wrap{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:1em;
}
.c_gameTop{
	width:90%;
	height:32px;
	background:#ececec;
	margin:0 auto;
	border-radius:5px;
}
.c_gameTop .sea_img{
	margin-left:8px;
	margin-right:6px;
}
.c_gameTop .search_input{
	width:80%;
	height:32px;
	line-height:16px;

}
.c_gameLi{
	width:100%;
	margin:0 auto;

}
.c_gameLi li{
	width:100%;
	height:44px;
	line-height:44px;
	display:inline-block;
	border-bottom:1px solid #dcdcdc;
	padding:0 5%;

}
.c_gameLi li a{
	width:100%;
	height:44px;
	line-height:44px;
	display:inline-block;
	color:#333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    text-align: left;
}
.c_gameLi li a:hover{
	color:#333;
}
/* 宇币充值结束 */
/* 搜索样式开始 */
.search{
	width:100%;
	height:auto;
	background:#fff;
	border-radius:3px;
}
.search li{
	width:33.3%;
	height:50px;
	float:left;
	text-align:center;
	line-height:50px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}
.search li a{
	color:#333;
}
.search li a:hover{
	color:#333;
}
.icon-eye-open {
    position: relative;
    top: 1px;
    width: 18px;
    background: url(../images/yj.png) no-repeat center;
    background-size: 18px 15px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}
.icon-eye-close {
    position: relative;
    top: 1px;
    width: 18px;
    background: url(../images/yj1.png) no-repeat center;
    background-size: 18px 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}
.input-group-addon{
	color:transparent;
    border:none;

}
/* 成功/失败 */
.success {
    margin-top: 20%;
    text-align: center;
}
.success img {
    text-align: center;
    height: 83px;
    margin: 0 auto;
    width: 83px;
    margin-bottom: 20px;
}
.success h2 {
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 1.2em;
	font-weight:700;
}
.success p{
	color:#999;
	margin-top:15px;
}
.success a{
	display:inline-table;
	width:100px;
	height:40px;
	background:#11b7ed;
	color:#fff;
	font-size:1em;
	line-height:40px;
	border-radius:4px;
	margin-top:18px;
}
.layui-form-radio i:hover, .layui-form-radioed i{
	color:#11b7ed !important;
}

/* 礼包领取弹窗 */
.ejectt{
	/* background:#fff; */
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}
.open-bg img{
	width:100%;
}
.receive_box{
	border-bottom:1px solid #dcdcdc;
	overflow:hidden;
	padding: 20px;
}
.receive_box h2{
	color:#333;
	font-size:1.5em;
	line-height:50px;
}
.receive_box p{
	color:#999;
	font-size:1.2em;
}
.receive_box span{
	color:#f4800e;
}
.activation{
	padding: 20px;
}
.activation a{
	color:#f4800e;
	font-size:1.2em;
}



.reasons_reporting {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}
.reasons_reporting h2 {
    height: 70px;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
}
/* .layui-form-radio{ */
	/* width:46%; */
	
/* } */
.layui-form-radio span{
	font-size: 14px;
    padding-left: 10px;
    line-height: 40px;
}
.layui-form-radio i{
	margin-top:5px;
}
.layui-form-radio{
	padding-right:0px  !important;
}

/* 圈子评论样式开始 */
.comment{
	width:100%;
	margin-bottom:20px;
}
.comment_div{
	height:50px;
	border-bottom:1px solid #dcdcdc;
}
.comment_div h2{
	line-height:50px;
	color:#333;
	font-size:1.2em;
	margin-left:12px;
}
.comment_list{
	width:100%;
	float:right;
}
.comment_list_div{
	width:100%;
	/* min-height:40px; */
}
.comment_list_div p{
	width:80%;
	float:left;
	text-align:left;
	line-height:20px;
	margin-left: 35px;
	overflow:hidden;
}
.comment_list_div p img{
	width:24px;
}
.coment{
	text-align:right;
	float:right;
	width:16px;
	margin-top:2px;
}
.reply{
	width:92%;
	float:left;
	text-align:left;
	background:#f5f5f5;
	padding-bottom:8px;
	margin-top:10px;
	margin-left:30px;
}
.reply_div {
    width: 100%;
	padding:14px 8px 6px;
}
.one {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: left;
	padding-bottom: 6px;
}
.one p{
	color:#11b7ed;
	float:left;
	padding-left:5px;
	font-size:1em;
}
.one span{
	text-align:left;
	color:#333;
	font-size:0.9em;
	line-height:22px;
}
.one span img{
	width:24px;
	height:24px;
}
.one i{
	text-align:left;
	color:#999;
	font-size:1em;
}
.one a{
	color:#11b7ed;
	text-align:left;
	padding-left:3px;
}
.one a:hover{
	color:#11b7ed;
}
.reply-text a{
	color:#11b7ed;
	float: left;
    margin-left: 5px;
}
.reply-text span {
    font-size: 0.9em;
    color: #333;
    font-size: 14px;
    width: 60%;
}
.reptime{
	float:right;
	color:#999;
}

.send_out{
	width:100%;
	height:52px;
	line-height:52px;
	background:#fff;
}
.int {
    width: 75%;
    height: 35px;
    text-indent: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
	margin-left:12px;
}
.send_but{
	height:36px;
	width:15%;
	color:#333;
	line-height:36px;
	text-align:center;
	display:inline-block;
	margin-left:10px;
	border-radius:4px;
	border:1px solid #dcdcdc;
}
.send_but:hover{
	color:#333;
}
/* 圈子评论样式结束 */

/*客服*/
.ky_body{
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #fff;
	text-align:center;
}
.customer_img{
    width:146px;
    height: 100%;
	margin:20px auto;
	display: block;
}
.kf_time{
    width:100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin:10px auto;
    font-size: 14px;
    color: #333333;
}
.kf_info{
    width: 94%;
    height: 50px;
    margin: auto;
    font-size: 16px;
}
.kf_info_name{
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    float: left;
}
.kf_info_juti{
	width: 40%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
    color: #333333;
    float: right;
}
.kf_hujiao{
    width: 94%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    background-color: #1fa7ef;
    color: #fff;
    border-radius:4px;
}
.kf_hujiao img{
    width: 20px;
    height: 20px;
    padding: 13px;
}

/* 我的积分 */
.sign_img img{
	width:100%;
	height:150px;	
}
.integral_div{
	width:100%;
	height:auto;
}
.integral{
	height:50px;
	line-height:50px;
}
.integral p{
	width:60%;
	float:left;
	text-align:left;
	color:#000;
	font-size:1.2em;
}
.integral span{
	color:#f4340e;
}
.integral a{
	text-align:center;
	float:right;
	width:58px;
	height:29px;
	background:#11b7ed;
	color:#fff;
	line-height:29px;
	margin-top:10px;
	border-radius:4px;
}
.sign_list{
	width:100%;
	height:auto;
}
.integral_record{
	height:40px;
}
.integral_record p{
	text-align:left;
	color:#999;
	line-height:40px;
	font-size:1em;
}
.integral_list{
	height:80px;
	border-top:1px solid #dcdcdc;
}
.detailed{
	width:65%;
	margin:0 auto;

    display: inline-block;
}
.detailed h2{
	font-size:16px;
	float:left;
	padding: 15px 10px 0px 10px;
	width:100%;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.detailed p{
	float:left;
	padding: 10px 10px 10px 10px;
	color:#999;
	
}
.detailed_integral{
	float:right;
	color:#f4340e;
	font-size:20px;
	width:20%;
	text-align:right;
	padding-right:10px;
	margin-top:30px;
}


.empty {
    margin-top:50px;
    text-align: center;
	min-height:200px;
}
.empty img {
    text-align: center;
    height: 95px;
    margin: 0 auto;
    width: 98px;
    margin-bottom: 20px;
}
.empty h2 {
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 1em;
}
.level{
	float:left;
	padding: 2px 6px;
	display: inline-block;
	background:#6cdeba;
	font-size:0.8em;
	color:#fff;
	text-align:center;
	line-height:15px;
	margin-left:5px;
	border-radius:4px;
}
.search_game{
	width:84%;
	float:left;
}
.search_game img{
	width:30px;
	height:30px;
	float:left;
	border-radius:6px;
}
.search_Infor{
	display:inline-block;
	float:left;
	margin-left:10px;
	width:68%;
}
.search_Infor h2{
	color:#333;
	font-size:1em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	margin-top:5px;
}
.search_gameR{
	width:16%;
}
.search_gameR_span{
	width: 100%;
    height: 28px;
    background: #11b7ed;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 1em;
	text-align:center;
}
.information_content{
	min-height:100px;
}
.information_content p {
    color: #333;
    font-size: 1em;
    line-height: 28px;
    padding: 5px 0px;
}

/* 宇币明细 */
.detailed_div{
	height:45px;
}
.yuan_detailed{
	width:65%;
	float:left;
}
.yuan_detailed img{
	width:45px;
	height:45px;
	float:left;
	border-radius:6px;
}
.detailed_Infor{
	display:inline-block;
	float:left;
	margin-left:10px;
	width:68%;
}
.detailed_Infor h2{
	color:#333;
	font-size:1em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	line-height:45px;
}
.detailed_gameR{
	width:30%;
	text-align:right;
}
.detailed_gameR p{
	color:#333;
	font-size:1em;
	line-height:45px;
}
.detailed_gameR i{
	color:#f4340e;
}

.buttom{
	width:100%;
	height:auto;
	position: fixed;
	bottom:0;
	z-index:999;
	max-width:768px;
}
.bt_ad{
	width:100%;
	height:70px;
	background: rgba(20, 20, 20,0.88);
}
.bt_ad img{
	width:50px;
	height:50px;
	margin-top:10px;
	margin-left:3%;
	float:left;
	border-radius: 6px;
	
}
.bt_ad p{
	float:left;
	color:#d6d6d6;
	margin-top:8px;
	margin-left:10px;
	font-size:0.9em;
	width:48%;
}
.bt_ad h2{
	float:left;
	color:#fff;
	margin-left:10px;
	margin-top:12px;
	font-size:1.2em;
	width:54%;
}
.bt_ad span{
	font-size:0.8em !important;
}
.areas {
    color: #fff;
    font-size: 14px;
    width:65px;
    height: 35px;
    line-height: 35px;
    margin-top: -14px;
    display: inline-block;
	background:#ff5726;
    float: right;
	margin-right:3%;
    text-align: center;
	border-radius:4px;
}
.layui-layer-imgbar, .layui-layer-imguide{
	display:block !important;
}
/* .ad_clo{
	width:13px;
	height:13px;
	display:inline-block;
	background:url(../images/clo.png) no-repeat;
	background-size:13px 13px;
} */
.dynamic_div img{
	max-width:100% !important;
	float:left;
}



/* 首页创建公会入口 */
.family{
	border-top:1px solid #dcdcdc;
	
}
.fam_left{
	width:50%;

	border-right:1px solid #dcdcdc;
}
.fam_left a{
	display:inline-block;
}
 .join_u{
	width:100%;
	
}

.fam_right{
	width:50%;
}
.fam_right a{
	display:inline-block;
}
.contentgame {
    width: 100%;
    float: left;
}
.contentgame img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 16px;
	margin-top:7px;
}
.see {
    width: 100%;
    height: 28px;
    background: #30B8FF;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 0.8em;
    margin-top: 10px;
    text-align: center;
}
.sort{
	width:100%;
	background:#fff;
	margin-bottom:15px;	
	padding-top:10px;
}
.sort span{
	float: left;
	width: 11.11111111111111%;
	display:block;
	padding:10px 0px 0px 0px;
	cursor: pointer;
}
.sort span i{
	display: block;
    margin: 0 auto;
    width: 1.8em;
    height:1.8em;
    line-height: 1.8em;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}
.sort span:nth-child(9n){
	margin-right:0;
}
.sort .active  i{
	background:#00A0E9;
	border-radius:50%;
	color:#fff;
	border: 1px solid #00A0E9;
    box-shadow: 0 0.07em 0.48em 0 rgba(0,157,239,.46);
	background:linear-gradient(#0acffe, #495aff);
} 
.guild_but{
	width:56px;
	height:18px;
	display:inline-block;
	background:#30B8FF;
	border-radius:4px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	line-height:18px;
	margin-top:7px;
}

/* 公会管理 */
.tab_frame {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.tab_frame .gift_on {
    background: #30b8ff;
    color: #fff;
}
.tab_frame a {
    width: 33.3%;
    height: 32px;
    border: 1px solid #30b8ff;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    margin: 1.4em 0 0.8em;
    color: #30b8ff;
}
.gift_list {
	border-radius:6px 0px 0px 6px;
}
.gift_frme {
    position: relative;
    left: -1px;
}
.gift_fail {
    position: relative;
    left: -2px;
	border-radius:0px 6px 6px 0px;
}
.edit{
	height:40px;
	border-top:1px solid #dcdcdc;
	margin-top:12px;
}
.edit_left{
	float:left;
}
.edit_left p{
	color:#999;
	font-size:1em;
	line-height:40px;
}
.edit_right{
	float:right;
}
.edit_right a{
	width:56px;
	height:26px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	text-align:center;
	line-height:26px;
	margin-top:9px;
	color:#333;
	cursor: pointer;
}
.edit_right .edit_size{
	background:#30b8ff;
	color:#fff;
	border:0px;
}

.yu_yuan p{
	float:left;
	color:#000;
	font-size:1em;
	line-height:50px;
}
.yu_yuan h2{
	line-height:50px;
	color:#000;
	font-size:1.2em;
}
.yu_yuan img{
	width:20px;
	height:20px;
	margin-right:10px;
}
.yu_yuan span{
	color:#f4340e;
}
.yu_yuan a{
	float:right;
	width:18%;
	height:30px;
	background:#11b7ed;
	display:inline-block;
	color:#fff;
	border-radius:4px;
	margin-top:10px;
	text-align:center;
	line-height:30px;
	font-size:1em;
}
.guild_div{
	height:80px;
	width:100%;
	border-top:1px solid #dcdcdc;
}
.guild_div li{
	height:80px;
	width:33%;
	float:left;
	text-align:center;
}
#sign{
	height:80px;
	display:inline-block;
}
.guild_div img{
	width:28px;
	margin-top:12px;
}
.guild_div p{
	margin-top:10px;
	font-size:1em;
	color:#999;
}

/* 创建公会-发布 */
.real_wrap {
    background: #eeeeee;
}
.kefu_box {
    padding-bottom: 1em;
}
.real_box {
    background: #fff;
}
.fill_input {
    width: 100%;
}
.center_box {
    width: 94%;
    margin: 0 auto;
}
.inputbox {
    border-bottom: 1px solid #dcdcdc;
	padding: 5px 0px 5px 0px;
}
.inputbox span {
    width: 24%;
    line-height: 44px;
    display: block;
    float: left;
	color:#000;
	font-size:1em;
	text-align:left;
}
.inputbox .input_t {
    width: 76%;
    height: 44px;
    text-indent: 0.4em;
}
.load_log a {
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin: 0 0.4em;
	float:right;
	margin-top:12px;
}
.load_log img {
    width: 65px;
    height: 65px;
    overflow: hidden;
	float:right;
}
.kefu_ed span {
	float: left;
    line-height: 88px;
}
.req_mess {
    display: block;
    clear: both;
    width: 100%;
    padding: 0.6em 0.2em;
	border-top: 1px solid #dcdcdc;
}
.prompt{
	width:94%;
	margin:0 auto;
	padding:16px 0px 16px 0px;
}
.prompt_div{
	/* width:6%; */
	float:left;
	height:50px;
	margin-right:6px;
}
.prompt img{
	float:left;
	width:14px;
	height:14px;
	margin-top:5px;
}
.prompt p{
	color:#2c2c2c;
	line-height:22px;
}
.kefu_ed{
	height:88px;
	border-bottom:1px solid #dcdcdc;
}
.area_head{
	width:100%;	
	height:135px;
	background: url(../images/bg.png) no-repeat center;
	background-size:100% 135px;
}
.area_list {
    padding: 31px 0;
}
.area_gInfor {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 68%;
}
.area_gInfor h2 {
    color: #fff;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
@media screen and (min-width: 375px)
.area_gInfor p {
    margin-top: 0.2em;
}
.area_gInfor p {
    margin-top: 0.5em;
    font-size: 1em;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}

.join {
    width: 100%;
    height: 28px;
    background: #FB9425;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 0.8em;
    margin-top: 10px;
    text-align: center;
}
.contact_mode{
	height:72px;
	background:#fff;
}
.contact_mode_left{
	width:50%;
	height:72px;
	float:left;
	border-right:1px solid #dcdcdc;
}
.mode_img{
	width:30%;
	float:left;
}
.mode_img img{
	text-align:center;
	width:40px;
	height:40px;
	margin-top:15px;
}
.President_content{
	float:right;
	width:70%;
	text-align:left;
	margin-top:15px;
}
.President_content h2{
	color:#111;
	font-size:1.1em;
	font-weight:700;
}
.President_content p{
	margin-top:5px;
	color:#999;
	font-size:0.9em;
}
.contact_mode_right{
	width:50%;
	height:72px;
	float:right;
}

.guild_group{
	float:right;
	width:59%;
	text-align:left;
	margin-top:15px;
}
.guild_group h2{
	color:#111;
	font-size:1.1em;
	font-weight:700;
}
.guild_group p{
	margin-top:5px;
	color:#999;
	font-size:0.9em;
}
.guild_tab{
	width: 94%;
    background: #fff;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
}
.guild_tab span {
    width: 33.3%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    display: block;
    float: left;
    color: #333;
}
.guild_tab span.active i {
    border-bottom: 4px solid #009def;
    color: #009def;
}
.guild_tab span i {
    padding: 0 4px 9px;
}
.welfare{
	padding:20px 5px 20px 5px;	
	min-height: 200px;
	/* margin-top: 10px; */
    /* border-top: 1px solid #dcdcdc; */
}
.welfare p{
	line-height:25px;
	color:#333;
	font-size:0.9em;
}
.album{
	padding-top:15px;
	padding-bottom:15px;
}
.album li{
	width:30%;
	float:left;
	margin-right:5%;
	margin-top:12px;
}

.album img{
	width:100%;
	height:182px;
}
.album h2{
	text-align:center;
	color:#333;
	font-size:1em;
	margin-top:12px;
}
.album li:nth-child(3n){
	margin-right:0;
}



.gift_packs{
	display:inline-block;
	float:left;
	width:90%;
}
.gift_packs h2{
	color:#333;
	font-size:1.2em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
.gift_packs p{
	margin-top:0.5em;
	font-size:1em;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	width:100%;
	float:left;
}
.gift_packs i{
	color:#f4340e;
}
.gift_packs span{
	padding-left:10px;
}
.gift_packs img{
	width:12px;
	height:13px;
	border-radius:0px;
	margin-right:5PX;
	/* margin-top:3px; */
}
@media screen and (min-width:375px){
	.gift_packs p{
		margin-top:0.2em;
	}
}
.tabContent{
	/* width:94%; */
	/* margin:0 auto; */
}
.operation{
	height:53px;
	line-height:53px;
	width:100%;
	position: fixed;
    bottom: 0;
    z-index: 999;
	max-width:768px;
}
.operation a{
	width:50%;
	float:left;
	text-align:center;
	font-size:1.2em;
	background:#fff;
}
.join_guild{
	background:#30B8FF !important;
	color:#fff;	
}

.novice_pack{
	border-top:1px solid #dcdcdc;
}

.upImg{
	text-align:center;
	padding-left:70px;
}
.upImg .psw_i{
	vertical-align:top;
}
.avatar{
	position:relative;
	width:95%;
	height:75px;
	display:inline-block;
	margin-top:12px;
	float:right;
}
.previewAvatar{
	position:absolute;
	top:0;
	left:0;

}
.previewAvatar img{
	width:65px;
	height:65px;
}

.btn2{
	position:relative;
}
.btn2 span{
	display:inline-block;
	position:absolute;
	
}
.photoimg{
	overflow: hidden;
	cursor: pointer;
	filter:alpha(Opacity=0);-moz-opacity:0;opacity: 0;
	font-size:10000px;
}
@-moz-document url-prefix() {
	.photoimg { 
		font-size:0px;
	}}
.showDetail{
	display: inline-block;
	display: block;
	position: absolute;
	bottom: 0px;
	color: #fff;
	background:url(images/b_bg.png);
	width:158px;
	height: 25px;
	text-align: center;

}

.change_title{
	height:52px;
	line-height:52px;
	background:#fff;
	text-align:center;
	margin:0 auto;
	position:relative;
}
.change_title h2{
	color:#000;
	line-height:52px;
	font-weight:700;
	font-size:1.2em;
	text-align:center;
	margin:0 auto;
	display:inline-block;
}
.change_title h2 img{
	width:27px;
	height:6px;
	position:relative;
	top:24px;
}
.tit_le{
	margin-right:4px;
}
.tit_ri{
	margin-left:4px;
}
.change_title p{
	position:absolute;
	display:inline-block;
	right:0;
}
.new_m{
	width:14px;
	height:14px;
	position:relative;
	top:19px;
	margin-left:4px;
	
}

.public{
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
}
.see_more{
	height:46px;
	border-top:1px solid #dcdcdc;
	text-align:center;
}
.see_more a{
	line-height:46px;
	text-align:center;
	color:#999;
	font-size:1em;
	display:inline-block;
	width:100%;
}
.alert_box {
	height:100%;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
	-webkit-animation:fadeIn 0.5s .1s ease both;
	-moz-animation:fadeIn 0.5s .1s ease both;
	display:none;
    max-width: 768px;
    margin: 0 auto;	
}

/* .alert_box .nn{
	width:100%;
	position:relative;
	top:7%;
	-webkit-animation:rot 1.5s .3s ease both;
	-moz-animation:rot 1.5s .3s ease both;
}
@-webkit-keyframes rot{
	0%{
		-webkit-transform:rotate(0deg);
		opacity:0
	}
	5%{
		-webkit-transform:rotate(90deg);
		opacity:1
	}
	
	100%{
		-webkit-transform:rotate(180deg);
	}
} */
.alert_main{
	width:90%;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-45%;	
	border-radius:8px;
	-webkit-animation:bounceIn 1s .2s ease both;
	-moz-animation:bounceIn 1s .2s ease both;
}

.alert_top{
	width:100%;
	text-align:center;
	position:relative;
	z-index:99;
	
}
.alert_top img{
	width:96%;
	vertical-align:top;
	text-align:center;
	margin: 0 auto;
	
}
@-webkit-keyframes bounceIn{
	0%{opacity:0;
	-webkit-transform:scale(.3)}
	50%{opacity:1;
	-webkit-transform:scale(1.05)}
	70%{-webkit-transform:scale(.9)}
	100%{-webkit-transform:scale(1)}
	}
	@-moz-keyframes bounceIn{
	0%{opacity:0;
	-moz-transform:scale(.3)}
	50%{opacity:1;
	-moz-transform:scale(1.05)}
	70%{-moz-transform:scale(.9)}
	100%{-moz-transform:scale(1)}
}
.alert_mid{
	width:88%;
	height: 260px;
	background:#fff;
	position:relative;
	top:-24px;
	border-radius:8px;
	text-align:center;
	margin:0 auto;
	
}
.alert_mid h3{
	font-size:1.3em;
	color:#111;
	font-weight:700;
	text-align:center;
	margin:1.6em 0 0.6em;
}
.alert_mid p{
	font-size:1.2em;
	color:#111;
	margin-bottom: 20px;
}
.i_see img{
	width:56%;
	max-width: 160px;
}
.head_img_p{
	width:100%;
	height: 127px;
    position: absolute;
    right: 0;
    left: 0;
    top: -112px;
	}
.head_img {
	width:100%;
    height: 127px;
}
.z_sign_box h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
    color: #999;
    padding-top: 30px;
}
.z_sign_box i{
	color:#f4340e;
}
.z_sign_box h2{
	color:#333;
	font-size:1.2em;
	font-weight:700;
	text-align:center;
	margin-top:8px;
}
.z_chest {
    width: 100%;
    height:65px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
.z_chest_bag p{
	color:#f4340e;
	font-size:1em;
	margin-top:9px;
}
.z_chest_bags p{
	color: #E95B16;
	font-size:1em;
	margin-top:9px;
}
.swiper_titles {
    width: 98%;
    margin: 0 auto;
	padding-bottom:5px;
	text-align: center;
}
.swiper_titles_l {
    width:18%;
    float: left;
    height: 11px;
    border-bottom: 1px solid #dcdcdc;
}
.swiper_titles span {
    color: #999;
    font-size: 1em;
}
.swiper_titles_r {
    width: 18%;
    float: right;
    height: 11px;
    border-bottom: 1px solid #dcdcdc;
}
.z_sign_box {
	text-align:center;
	padding-bottom:20px;
	position:relative;
	width:100%;
}
.integrals_img{
	width:64px;
	height:47px;
	border-radius:80%;
}
.z_gift_chest{
	width:35px;
	height:25px;
}
.close{
    width: 32px;
    height: 50px;
    margin-top: 8px;
}
.Box_sign_img {
    position: relative;
}
.Box_sign_img h2 {
    position: absolute;
    color: #f4340e;
    font-size:1em;
    font-weight: 700;
    top: 63px;
    left: 34%;
}
.Box_sign_img p {
    position: absolute;
    color: #333;
    font-size: 0.9em;
    font-weight: 700;
    top: 92px;
    left: 35%;
    padding: 10px 0px;
    width: 35%;
    text-align: center;
}
.Box_sign_img a {
	position: absolute;
    bottom: 13px;
    display: inline-block;
    color: #ffea97;
    font-size: 1em;
    width: 100%;
    text-align: center;
}
.Box_sign_img span {
    padding-top: 6px;
    text-align: center;
}
.Box_sign_img img{
	width:100%;
	height:282px;
}
.z_chest li{
	display: inline-block;
    padding: 0px 10px;
}
.z_gift_chests{
	width:27px;
	height:27px;
}
#xs{
	display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -44px;
    text-align: center;
    background: transparent;
  
}


/* 签到 */
.sign_main {
    width: 90%;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -45%;
    border-radius: 8px;
    -webkit-animation: bounceIn 1s .2s ease both;
    -moz-animation: bounceIn 1s .2s ease both;
}
.sign_alert_top {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.sign_alert_top img {
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}
.sign_alert_mid {
    width: 100%;
    position: relative;
    top: -1px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
}
.sign_sign_box {
    background: url(images/sign_foot1.png) no-repeat;
    background-size: 100% 100%;
}
.sign_sign_box {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.sign_sign_box h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
    color: #999;
    padding-top: 10px;
}
.sign_sign_box h2 {
    color: #333;
    font-size: 1.2em;
    text-align: center;
    margin-top: 15px;
}
.sign_sign_box i{
	display:inline-block;
}
.sign_chest {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
	padding-bottom:10px;
}
.sign_chest li {
    display: inline-block;
    padding: 0px 10px;
}
.integral_img {
    width: 27px;
    height: 27px;
    border-radius: 80%;
}
.sign_chest_bag p {
    color: #E95B16;
    font-size: 1em;
    margin-top: 9px;
}
.swiper_titles {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 5px;
    text-align: center;
}
.z_swiper_titles_l {
    width: 18%;
    float: left;
    height: 11px;
	margin-left: 3%;
    border-bottom: 1px solid #E95B16;
}
.z_swiper_titles{
	margin-top:0px;
}
.z_swiper_titles span {
    color:#E95B16;
    font-size: 1em;
}
.z_swiper_titles_r {
    width: 18%;
    float: right;
    height: 11px;
    border-bottom: 1px solid #E95B16;
	margin-right: 3%;
}
.sign_but a{
	display: inline-block;
    padding: 0px 10px;
}
.sign_but img{
	height:38px;
	width:117px;
}
.qian_img{
	width:40px;
	height:45px;
	padding:0px 5px;
}
.contin{
	height:20px;
}
.day{
	height:20px;
}





.information {
	width: 100%;
    color: #000;
    display: inline-block;
    margin-top: 10px;
	background:#fff;
}
.information_title{
	height:50px;
	line-height:50px;
	border-bottom:0.5px solid #eee !important;
}
.information_title img {
	position:relative;
	top: 17px;
    float: left;
    margin-left: 15px;
}
.information_title h2{
	float:left;
	margin-left:10px;
	color:#111;
	color:1.2em;
}
.information_div{
	width:94%;
	margin:0 auto;
}
.information_div li{
	height:103px;
	border-bottom:1px solid #dcdcdc;
}
.information_div a{
	display:inline-block;
	width:100%;
}
.information_div_left{
	width:65%;
	float:left;
}
.information_div_left h2{
	margin-top:10px;
	font-size:1.1em;
	line-height:24px;
	color:#333;
	height: 54px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.information_div_left p{
	color:#999;
	font-size:1em;
	margin-top:6px;
}
.information_div_right {
	float:right;
	width:30%;
}
.information_div_right img{
	width:100%;
	height:80px;
	margin-top:12px;
	float:right;
	text-align:right;
}
.hot_information{
	width: 100%;
    color: #000;
    display: inline-block;
    margin-top: 10px;
	background:#fff;
}
.hot_information li{
	width:25%;
	float:left;
	text-align:center;
	padding-bottom:20px;
}
.hot_information a{
	width:100%;
	display:inline-block;
}
.hot_information img{
	width:65px;
	height:65px;
	border-radius:4px;
	margin-top:20px;
	margin-bottom:10px;
}


/* 安全提示 */

.security_hints{
	width:100%;
	padding-bottom: 30px;
}
.security_hints h2{
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}
.security_hints p {
    width: 90%;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.security_hints_con {
    width: 90%;
    margin: 0 auto;
}
.place_head_div {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0;
}
.place_head_div img {
    float: left;
    margin-top: 17px;
	width:17px;
	height:17px;
}
.place_head_div input {
    line-height: 50px;
    width: 85%;
    margin-left: 10px;
    border: 0;
    float: none;
    overflow: hidden;
    font-size: 14px;
    outline: none;
    color: #999;
}
.form_li {
	height:55px;
	line-height:55px;
}
.security_hints_but {
    width: 100%;
	text-align:center;
    height: 45px;
    line-height: 45px;
    background: #30B8FF;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}
/* 安全提示 */


#cambrian0{
	width: 100%;
    background: #fff;
    max-width: 768px;
}
._2agQN7{
	width: 94%;
    margin: 0 auto;
}
.location{
	height:34px;
	line-height:34px;
	width:100%;
	border-bottom:1px solid #eee;
}
.location p{
	font-size:12px;
	color:#999;
	margin-left: 18px;
}
.location img{
	margin-right: 6px;
    margin-top: -1px;
	width: 12px;
}
.headlines .label p{
	color:#999;
}
.headlines .label span{
	color: #30b8ff;
	margin-right: 5px;
}

.details_zxy_top{
	width: 90%;
    text-align: center;
    margin: 0 auto;
}
.details_zxy_top img{
	width:65px;
	height:65px;
	border-radius:6px;
	text-align:center;
	margin-top:16px;
	margin-bottom:12px;
}
.details_zxy_top h2{
	font-size: 18px;
    color: #333;
    margin-bottom: 11px;
}
.details_zxy_top p{
	color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.details_zxy_top_type{
	width:100%;
	margin-bottom:14px;
}
.details_zxy_top_type em{
	padding:3px 8px;
	border: 1px solid #eee;
	border-radius:20px;
	color:#999;
	font-size:10px;
}
.details_zxy_top_type2{
	width:100%;
	margin-bottom:14px;
}
.details_zxy_top_type2 i{
	padding:3px 8px;
	border-radius:20px;
	color:#FF5500;
	font-size:10px;
	background:#FEECE2;
}
.speed_progress_top em{
	padding: 3px 8px;
	background:#D0D0D0;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
}
.speed_progress_m em{
	width:100%;
	height:1px;
	border-bottom:1px solid #C6CDD3;
	display:inline-block;
} 
.speed_progress_top_em1{
	position: absolute;
    left: 8%;
    top: -22px;
}
.speed_progress_top_em2{
	position: absolute;
    left: 46%;
    top: -22px;
}
.speed_progress_top_em3{
	position: absolute;
    left: 81%;
    top: -22px;
}
.speed_progress_m_span1{
	width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D0D0D0;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 12%;
}
.speed_progress_m_span2{
	width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D0D0D0;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 50%;
}
.speed_progress_m_span3{
	width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D0D0D0;
    display: inline-block;
    position: absolute;
     top: 8px;
    right: 12%;
}
.speed_progress{
	margin-top: 22px;
    margin-bottom: 15px;
	position: relative;
	height:54px;
}
.speed_progress .lighten{
	background:#76DA09
}
.speed_progress .lighten_size{
	color:#76DA09
}
.speed_progress_b_i1{
	position: absolute;
    left: 9%;
    top: 27px;
}
.speed_progress_b_i2{
	position: absolute;
    left: 48%;
    top: 27px;
}
.speed_progress_b_i3{
	position: absolute;
    left: 83%;
    top: 27px;
}
.speed_progress_top_em1 {
    padding: 3px 8px;
    background: #D0D0D0;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;

}
.speed_progress_top_em2 {
    padding: 3px 8px;
    background: #D0D0D0;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;

}
.speed_progress_top_em3 {
    padding: 3px 8px;
    background: #D0D0D0;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;

}
.strategy_zxy{
	width: 94%;
    margin: 0 auto;
}
.strategy_con{
	width:100%;
	border-bottom: 10px solid #eee;
}
.zxy_game_gift_bag2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    /* border-bottom: 10px solid #eee; */
}
.welfare_zxy_game{
	width:94%;
	margin:0 auto;
}
.welfare_zxy_game .welfare_zxy_game_apply{
	width:55px;
	height:28px;
	line-height:28px;
	background:#30B8FF;
	border-radius:28px;
	display:inline-block;
	float:right;
	margin-top:8px;
	text-align:center;
	color:#fff;
	fobnt-s-resize:14px;
}
.welfare_zxy_game .welfare_zxy_game_apply :hover{
	color:#fff;
}
.game_detai2{
	width: 100%;
    background: #fff;
	margin-top:15px;
}
.location{
	height:34px;
	line-height:34px;
	width:100%;
	border-bottom:1px solid #eee;
}
.location p{
	font-size:12px;
	color:#999;
	margin-left: 18px;
}
.location img{
	margin-right: 6px;
    margin-top: -1px;
	width: 12px;
}
.information_content .label2 p{
	color:#999;
}
.information_content .label2 span a{
	color:#30b8ff !important;
}
.new_edition_index_con_list_left_con span{
	background:#FF5858;
	color:#fff;
	font-size:10px;
	padding:0px 3px;
	height:16px;
	display:inline-block;
	margin-left: 5px;
	position: relative;
	border-radius:2px;
}
.new_edition_index_con_list_left_con .cou{
	color:#fff;
	font-size:10px;
	background:#FCCA02;
	width:16px;
	height:16px;
	line-height:18px;	
	margin-left:2px;
	margin-top:-3px;
	position: relative;
	display: inline-block;
	text-align:center;
	border-radius:2px;
}
.new_edition_index_con_list_left_con .returns{
	color:#fff;
	font-size:10px;
	background:#0FE29A;
	width:16px;
	height:16px;
	line-height:18px;
	margin-left:2px;
	position: relative;
	display: inline-block;
	text-align:center;
	border-radius:2px;
}
.new_edition_index_con_list_left_con .act{
	color:#fff;
	font-size:10px;
	background:#FF5870;
	width:16px;
	height:16px;
	line-height:18px;
	margin-left:2px;
	position: relative;
	display: inline-block;
	text-align:center;
	border-radius:2px;
}
.new_edition_index_con_list_left_con .cer{
	color:#fff;
	font-size:10px;
	background:#30B8FF;
	width:16px;
	height:16px;
	line-height:18px;
	margin-left:2px;
	position: relative;
	display: inline-block;
	text-align:center;
	border-radius:2px;
}

.Related_gift_bag_h2 a{
	display: inline-block;
    float: right;
    width: 50%;
    height: 100%;
}
.new_edition_index_con .new_edimg{
    width: 80%;
    display: inline-block;
    float: left;
    margin: 12px 0;
}